home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / os2tools / aping / readme < prev   
Encoding:
Text File  |  1992-06-15  |  2.7 KB  |  95 lines

  1.  
  2.  
  3. README FILE FOR APING
  4.  
  5. AUTHOR:    Peter J. Schwaller
  6.            VNET:     PJS at RALVM6           Tie Line: 444-4376
  7.            Internet: pjs@ralvm6.vnet.ibm.com     (919) 254-4376
  8.  
  9.     This sample APING and source files are also available on
  10.     CompuServe through the APPC Information Exchange.  To get
  11.     to the APPC forum just type 'GO APPC' from any CompuServe
  12.     prompt.  The samples are available in the Sample Programs
  13.     library section.  Just search on the keyword CPICPGMS to
  14.     find all the samples in this series.
  15.  
  16.     Updates for the sample programs and support for many more
  17.     CPI-C platforms will also be made available on CompuServe.
  18.  
  19.  
  20. A guide to the files in this package:
  21.  
  22. APING.doc
  23.     Documentation file for APING.  Includes:
  24.     - User's Guide
  25.     - Configuration Guide
  26.     - Programmer's Guide
  27.  
  28. aping.c
  29.     Main source for the client side of APING
  30.  
  31. apingd.c
  32.     Main source for the server side of APING
  33.  
  34. cpicerr.c
  35. cpicerr.h
  36.     Used by aping.c and apingd.c for error handling.
  37.  
  38. cpicinit.c
  39. cpicinit.h
  40.     Used by aping.c to help with the initialization of CPI-C
  41.     conversations.
  42.  
  43. cpicport.c
  44. cpicport.h
  45.     Contains most of the non-portable code used by aping.c and apingd.c.
  46.     Examples :               
  47.         Data conversion routines    
  48.         Buffer allocation           
  49.         Display of usage information
  50.  
  51. getopt.c
  52. getopt.h
  53.     Command line processing routine used by aping.c.
  54.  
  55. cpiccmc.h
  56.     Hides the differences in the CPI-C  file for C that exist among
  57.     CPI-C platforms.
  58.  
  59.  
  60. Makefiles are provided for many platforms and compilers:
  61.  
  62. APING.os2
  63.     Environment: OS/2 with NS/2 or ES/2.
  64.     Compiler:    Makefile for Microsoft C 6.00 Compiler.
  65.                  For IBM C/2, change the warning flag from /W4 to /W3.
  66.  
  67. APING.dos
  68.     Environment: DOS with Networking Services/DOS.
  69.     Compiler:    Makefile for Microsoft C 6.00 Compiler.
  70.                  For IBM C/2, change the warning flag from /W4 to /W3.
  71.  
  72. APING.fam
  73.     Environment: (OS/2 with NS/2 or ES/2) and (DOS with Networking Services/DOS).
  74.                  Creates a family API executable that can be run
  75.                  in either OS/2 or DOS.
  76.     Compiler:    Makefile for Microsoft C 6.00 Compiler.
  77.                  For IBM C/2, change the warning flag from /W4 to /W3.
  78.  
  79. APING.bor
  80.     Environment: DOS with Networking Services/DOS.
  81.     Compiler:    Makefile for Borland C++ 2.0.
  82.  
  83. APING.icc
  84.     Environment: OS/2 2.0 with ES/2.
  85.     Compiler:    Makefile for IBM C Set/2 compiler (32 bit).
  86.  
  87. APING.vm
  88.     Environment: VM SP/6 or VM ESA.
  89.     Compiler:    REXX exec for C/370.  Also has makefile imbedded in comments.
  90.  
  91. APING.400
  92.     Environment: AS/400
  93.     Compiler:    REXX exec for compiling on the AS/400.
  94.  
  95.